home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14643 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: acs4.bu.edu!arvind
  2. From: arvind@bu.edu (Arvind K.)
  3. Newsgroups: comp.lang.basic.visual.3rdparty,sci.engr.biomed,comp.lang.c,comp.lang.c++,comp.lang.fortran
  4. Subject: General Data Conversion from Binary Ascii to various formats
  5. Date: 1 Apr 1996 14:01:49 GMT
  6. Organization: Boston University
  7. Message-ID: <4jonkd$jal@news.bu.edu>
  8. NNTP-Posting-Host: acs4.bu.edu
  9. Keywords: Data, conversion
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Hi,
  13.     I am looking for a way to convert data from one format to another, 
  14. for example currently I have three different types of binary data files, which
  15. I want to convert to an ASCII form, I have ASCII files on which I want to do
  16. processing and output to a BINARY/ASCII form,
  17.     These are all numeric data, I have seen programs which work for a
  18. specific case like binary to HEX etc;
  19.     What I want is to get a program/write one which will take a data
  20. in a format (Format number is stored in a central location) and output it to
  21. another file (whose Format is again stored in the same place) There is also a
  22. list of high level processes which can be performed on each input data file,
  23. And numeric data needed for these which is also stored in similar files,
  24.     So all the program does is is take data from input format, apply
  25. specified processes with specified data and output data in a specified file,
  26. All the specifications are in standard Text file and is changeable at will,
  27.     Any help on this is appreciated, I am a newbie to c++ so If there are
  28. any classes which will help me, please let me know, If there is sufficient
  29. interest in this, I will put my program in the public domain for free
  30. distribution, 
  31.     Thanks,
  32.     --Arvind
  33. ****************************************************************************
  34. Paranoids are people, too; they have their own problems.  It's easy to
  35. criticize, but if everybody hated you, you'd be paranoid too.
  36.         -- D. J. Hicks
  37. ****************************************************************************
  38. Arvind K. Venkatesh                   email: arvind@bu.edu        
  39. Department of Biomedical Engg.         http://acs.bu.edu:8001/~arvind/
  40. Boston University                      phone (H) : (617) 787 9957
  41. MA 02215                               phone (O) : (617) 732 5500 X1167
  42. ****************************************************************************
  43.  
  44.  
  45.  
  46.